records

records

Active filters Clear all

No active filters

Filters

Parkhäuser und Parkplätze

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Geografische Koordinate
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
Name der Parkeinrichtung
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Typ der Parkeinrichtung
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
ID der Parkeinrichtung
               

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
Aktueller Zeitstempel der Daten
               

No description available for this field.

Name (identifier)
stand
Type
text
Sample
                       
Zeitstempel Status
               

No description available for this field.

Name (identifier)
zeitstempel_status
Type
text
Sample
                       
Parkeinrichtung Status
               

No description available for this field.

Name (identifier)
parkeinrichtung
Type
text
Sample
                       
Freie Stellplätze
               

No description available for this field.

Name (identifier)
frei
Type
integer
Sample
                       
Kapazität-Gesamt
               

No description available for this field.

Name (identifier)
capacity
Type
integer
Sample
                       
Kapazität-Kurzzeitparken
               

No description available for this field.

Name (identifier)
short
Type
integer
Sample
                       
Kapazität-Andere
               

No description available for this field.

Name (identifier)
other
Type
integer
Sample
                       
Aktuelle Kapazität-Gesamt
               

No description available for this field.

Name (identifier)
dyntotal
Type
integer
Sample
                       
Aktuelle Kapazität-Kurzzeitparken
               

No description available for this field.

Name (identifier)
dynshort
Type
integer
Sample
                       
Aktuelle Kapazität-Andere
               

No description available for this field.

Name (identifier)
dynother
Type
integer
Sample
                       
Belegte Stellplätze-Gesamt
               

No description available for this field.

Name (identifier)
dtotalo
Type
integer
Sample
                       
Belegte Stellplätze-Kurzzeitparken
               

No description available for this field.

Name (identifier)
dshorto
Type
integer
Sample
                       
Belegte Stellplätze-Andere
               

No description available for this field.

Name (identifier)
dothero
Type
integer
Sample
                       
Montag
               

No description available for this field.

Name (identifier)
montag
Type
text
Sample
                       
Dienstag
               

No description available for this field.

Name (identifier)
dienstag
Type
text
Sample
                       
Mittwoch
               

No description available for this field.

Name (identifier)
mittwoch
Type
text
Sample
                       
Donnerstag
               

No description available for this field.

Name (identifier)
donnerst
Type
text
Sample
                       
Freitag
               

No description available for this field.

Name (identifier)
freitag
Type
text
Sample
                       
Samstag
               

No description available for this field.

Name (identifier)
samstag
Type
text
Sample
                       
Sonntag
               

No description available for this field.

Name (identifier)
sonntag
Type
text
Sample
                       
Montag Start
               

No description available for this field.

Name (identifier)
mostart
Type
text
Sample
                       
Montag Ende
               

No description available for this field.

Name (identifier)
moende
Type
text
Sample
                       
Dienstag Start
               

No description available for this field.

Name (identifier)
distart
Type
text
Sample
                       
Dienstag Ende
               

No description available for this field.

Name (identifier)
diende
Type
text
Sample
                       
Mittwoch Start
               

No description available for this field.

Name (identifier)
mistart
Type
text
Sample
                       
Mittwoch Ende
               

No description available for this field.

Name (identifier)
miende
Type
text
Sample
                       
Donnerstag Start
               

No description available for this field.

Name (identifier)
dostart
Type
text
Sample
                       
Donnerstag Ende
               

No description available for this field.

Name (identifier)
doende
Type
text
Sample
                       
Freitag Start
               

No description available for this field.

Name (identifier)
frstart
Type
text
Sample
                       
Freitag Ende
               

No description available for this field.

Name (identifier)
frende
Type
text
Sample
                       
Samstag Start
               

No description available for this field.

Name (identifier)
sastart
Type
text
Sample
                       
Samstag Ende
               

No description available for this field.

Name (identifier)
saende
Type
text
Sample
                       
Sonntag Start
               

No description available for this field.

Name (identifier)
sostart
Type
text
Sample
                       
Sonntag Ende
               

No description available for this field.

Name (identifier)
soende
Type
text
Sample
                       
Kommune
               

No description available for this field.

Name (identifier)
kommune
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"parkhauser",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/parkhauser"
      }
    ]
    ,
  • "definitions":
    {
    • "parkhauser":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/parkhauser_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "parkhauser_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geografische Koordinate",
                • "description":""
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"Name der Parkeinrichtung",
                • "description":""
                }
                ,
              • "type":
                {
                • "type":"string",
                • "title":"Typ der Parkeinrichtung",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"string",
                • "title":"ID der Parkeinrichtung",
                • "description":""
                }
                ,
              • "stand":
                {
                • "type":"string",
                • "title":"Aktueller Zeitstempel der Daten",
                • "description":""
                }
                ,
              • "zeitstempel_status":
                {
                • "type":"string",
                • "title":"Zeitstempel Status",
                • "description":""
                }
                ,
              • "parkeinrichtung":
                {
                • "type":"string",
                • "title":"Parkeinrichtung Status",
                • "description":""
                }
                ,
              • "frei":
                {
                • "type":"integer",
                • "title":"Freie Stellplätze",
                • "description":""
                }
                ,
              • "capacity":
                {
                • "type":"integer",
                • "title":"Kapazität-Gesamt",
                • "description":""
                }
                ,
              • "short":
                {
                • "type":"integer",
                • "title":"Kapazität-Kurzzeitparken",
                • "description":""
                }
                ,
              • "other":
                {
                • "type":"integer",
                • "title":"Kapazität-Andere",
                • "description":""
                }
                ,
              • "dyntotal":
                {
                • "type":"integer",
                • "title":"Aktuelle Kapazität-Gesamt",
                • "description":""
                }
                ,
              • "dynshort":
                {
                • "type":"integer",
                • "title":"Aktuelle Kapazität-Kurzzeitparken",
                • "description":""
                }
                ,
              • "dynother":
                {
                • "type":"integer",
                • "title":"Aktuelle Kapazität-Andere",
                • "description":""
                }
                ,
              • "dtotalo":
                {
                • "type":"integer",
                • "title":"Belegte Stellplätze-Gesamt",
                • "description":""
                }
                ,
              • "dshorto":
                {
                • "type":"integer",
                • "title":"Belegte Stellplätze-Kurzzeitparken",
                • "description":""
                }
                ,
              • "dothero":
                {
                • "type":"integer",
                • "title":"Belegte Stellplätze-Andere",
                • "description":""
                }
                ,
              • "montag":
                {
                • "type":"string",
                • "title":"Montag",
                • "description":""
                }
                ,
              • "dienstag":
                {
                • "type":"string",
                • "title":"Dienstag",
                • "description":""
                }
                ,
              • "mittwoch":
                {
                • "type":"string",
                • "title":"Mittwoch",
                • "description":""
                }
                ,
              • "donnerst":
                {
                • "type":"string",
                • "title":"Donnerstag",
                • "description":""
                }
                ,
              • "freitag":
                {
                • "type":"string",
                • "title":"Freitag",
                • "description":""
                }
                ,
              • "samstag":
                {
                • "type":"string",
                • "title":"Samstag",
                • "description":""
                }
                ,
              • "sonntag":
                {
                • "type":"string",
                • "title":"Sonntag",
                • "description":""
                }
                ,
              • "mostart":
                {
                • "type":"string",
                • "title":"Montag Start",
                • "description":""
                }
                ,
              • "moende":
                {
                • "type":"string",
                • "title":"Montag Ende",
                • "description":""
                }
                ,
              • "distart":
                {
                • "type":"string",
                • "title":"Dienstag Start",
                • "description":""
                }
                ,
              • "diende":
                {
                • "type":"string",
                • "title":"Dienstag Ende",
                • "description":""
                }
                ,
              • "mistart":
                {
                • "type":"string",
                • "title":"Mittwoch Start",
                • "description":""
                }
                ,
              • "miende":
                {
                • "type":"string",
                • "title":"Mittwoch Ende",
                • "description":""
                }
                ,
              • "dostart":
                {
                • "type":"string",
                • "title":"Donnerstag Start",
                • "description":""
                }
                ,
              • "doende":
                {
                • "type":"string",
                • "title":"Donnerstag Ende",
                • "description":""
                }
                ,
              • "frstart":
                {
                • "type":"string",
                • "title":"Freitag Start",
                • "description":""
                }
                ,
              • "frende":
                {
                • "type":"string",
                • "title":"Freitag Ende",
                • "description":""
                }
                ,
              • "sastart":
                {
                • "type":"string",
                • "title":"Samstag Start",
                • "description":""
                }
                ,
              • "saende":
                {
                • "type":"string",
                • "title":"Samstag Ende",
                • "description":""
                }
                ,
              • "sostart":
                {
                • "type":"string",
                • "title":"Sonntag Start",
                • "description":""
                }
                ,
              • "soende":
                {
                • "type":"string",
                • "title":"Sonntag Ende",
                • "description":""
                }
                ,
              • "kommune":
                {
                • "type":"string",
                • "title":"Kommune",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets